home *** CD-ROM | disk | FTP | other *** search
- -- background: 2607 from stack: in
- -- bmap block id: 3292
- -- flags: 0000
- -- background id: 0
- -- name:
-
-
- -- part 1 (field)
- -- low flags: 00
- -- high flags: 2007
- -- rect: left=77 top=55 right=217 bottom=423
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 2
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: text
- ----- HyperTalk script -----
- on closeField
- global TEdit
- put true into TEdit
- end closeField
-
-
- -- part 2 (button)
- -- low flags: 00
- -- high flags: A001
- -- rect: left=6 top=57 right=75 bottom=74
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 3
- -- text size: 10
- -- style flags: 0
- -- line height: 13
- -- part name: plain
- ----- HyperTalk script -----
- on mouseUp
- repeat with N = 2 to 8
- set hilite of bg btn N to false
- end repeat
- if hilite of cd btn "envelope" then
- set textStyle of cd fld "from" to plain
- set textStyle of cd fld "to" to plain
- else if hilite of cd btn "ltr" then
- set textStyle of bg fld "text" to plain
- else set textStyle of bg fld "Letterhead" to plain
- if visible of cd fld "fonts" then send whichFont to cd btn "fonts"
- end mouseUp
-
-
-
- -- part 3 (button)
- -- low flags: 00
- -- high flags: 8001
- -- rect: left=6 top=74 right=92 bottom=74
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 3
- -- text size: 10
- -- style flags: 256
- -- line height: 13
- -- part name: Bold
- ----- HyperTalk script -----
- on mouseUp
- changedStyle
- end mouseUp
-
-
-
- -- part 4 (button)
- -- low flags: 00
- -- high flags: 8001
- -- rect: left=6 top=90 right=108 bottom=74
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 3
- -- text size: 10
- -- style flags: 512
- -- line height: 13
- -- part name: Italic
- ----- HyperTalk script -----
- on mouseUp
- changedStyle
- end mouseUp
-
-
-
- -- part 5 (button)
- -- low flags: 00
- -- high flags: 8001
- -- rect: left=6 top=107 right=125 bottom=74
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 3
- -- text size: 10
- -- style flags: 1024
- -- line height: 13
- -- part name: Underline
- ----- HyperTalk script -----
- on mouseUp
- changedStyle
- end mouseUp
-
-
-
- -- part 6 (button)
- -- low flags: 00
- -- high flags: 8001
- -- rect: left=6 top=124 right=142 bottom=74
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 3
- -- text size: 10
- -- style flags: 2048
- -- line height: 13
- -- part name: Outline
- ----- HyperTalk script -----
- on mouseUp
- changedStyle
- end mouseUp
-
-
-
- -- part 7 (button)
- -- low flags: 00
- -- high flags: 8001
- -- rect: left=6 top=141 right=159 bottom=74
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 3
- -- text size: 10
- -- style flags: 4096
- -- line height: 13
- -- part name: Shadow
- ----- HyperTalk script -----
- on mouseUp
- changedStyle
- end mouseUp
-
-
-
- -- part 8 (button)
- -- low flags: 00
- -- high flags: 8001
- -- rect: left=6 top=158 right=176 bottom=74
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 3
- -- text size: 10
- -- style flags: 8192
- -- line height: 13
- -- part name: Condense
- ----- HyperTalk script -----
- on mouseUp
- changedStyle
- end mouseUp
-
-
-
- -- part 9 (button)
- -- low flags: 00
- -- high flags: 8001
- -- rect: left=6 top=175 right=193 bottom=74
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 3
- -- text size: 10
- -- style flags: 16384
- -- line height: 13
- -- part name: Extend
- ----- HyperTalk script -----
- on mouseUp
- changedStyle
- end mouseUp
-
-
-
- -- part 10 (field)
- -- low flags: 01
- -- high flags: 0002
- -- rect: left=77 top=25 right=52 bottom=423
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 21
- -- text size: 18
- -- style flags: 14592
- -- line height: 24
- -- part name: Letterhead
- ----- HyperTalk script -----
- on mouseUp
- if visible of cd fld "myaddress" then
- hide cd fld "myaddress"
- put line 1 of cd fld "myaddress" into me
- else if not hilite of cd btn "Envelope" then
- show cd fld "myaddress"
- else beep
- end mouseUp
-